2006-02-20 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkgc.c (_gdk_gc_update_context): Obtain the
background color from the gc when it is needed. (#331820)
+2006-02-20 Matthias Clasen <mclasen@redhat.com>
+
+ * gdk/gdkgc.c (_gdk_gc_update_context): Obtain the
+ background color from the gc when it is needed. (#331820)
+
2006-02-19 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkgc.c (_gdk_gc_update_context): Add a gc_changed
+2006-02-20 Matthias Clasen <mclasen@redhat.com>
+
+ * gdk/gdkgc.c (_gdk_gc_update_context): Obtain the
+ background color from the gc when it is needed. (#331820)
+
2006-02-19 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkgc.c (_gdk_gc_update_context): Add a gc_changed
}
if (fill == GDK_OPAQUE_STIPPLED)
- {
- if (override_foreground)
- foreground = *override_foreground;
- else
- gc_get_background (gc, &background);
- }
+ gc_get_background (gc, &background);
+
switch (fill)
{